|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
org.eclipse.vtp.desktop.projects.core.event.ReloadObjectDataEvent
public class ReloadObjectDataEvent
This class represents an event that indicates that an object's data may have been changed by directly accessing the storage locations for that information. The object should reinitialize it's members with the most current information from storage.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent |
|---|
objectId, time |
| Constructor Summary | |
|---|---|
ReloadObjectDataEvent(java.lang.String objectId)
Creates a new reload data event. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent |
|---|
getObjectId, getTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReloadObjectDataEvent(java.lang.String objectId)
objectId - The unique identifier of the object whose
data may have been changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||